Skip to content

Conversation

@labkey-tchad
Copy link
Member

Rationale

Long field names are still causing test problems.

Grid headers block some checkboxes.

org.openqa.selenium.ElementClickInterceptedException: Element <input class="grid-panel__checkbox" type="checkbox"> is not clickable at point (52,273) because another element <th id="__selection__" class="grid-header-cell"> obscures it
  [...]
  at app//org.labkey.test.selenium.WebElementWrapper.click(WebElementWrapper.java:37)
  at app//org.labkey.test.selenium.ReclickingWebElement.click(ReclickingWebElement.java:74)
  at app//org.labkey.test.components.ui.grids.EditableGrid.shiftSelectRange(EditableGrid.java:195)
  at app//org.labkey.test.tests.component.EditableGridTest.testShiftClick(EditableGridTest.java:413)

The pager tooltip gets in the way when the pager component is at the edge of the window.

org.openqa.selenium.ElementClickInterceptedException: Element <button id="dropdown-button-4" class="btn btn-default dropdown-toggle current-page-dropdown" type="button"> is not clickable at point (1247,393) because another element <div id="view-menu-tooltip" class="lk-tooltip in tooltip top"> obscures it
  [...]
  at app//org.labkey.test.selenium.WebElementWrapper.click(WebElementWrapper.java:37)
  at app//org.labkey.test.selenium.ReclickingWebElement.click(ReclickingWebElement.java:74)
  at app//org.labkey.test.selenium.WebElementWrapper.click(WebElementWrapper.java:37)
  at app//org.labkey.test.components.react.BaseBootstrapMenu.collapse(BaseBootstrapMenu.java:85)
  at app//org.labkey.test.components.ui.Pager.getPageSize(Pager.java:85)
  at app//org.labkey.test.components.ui.Pager.selectPageSize(Pager.java:66)
  at app//org.labkey.test.tests.component.GridPanelTest.testSearchAcrossColumns(GridPanelTest.java:1446)

Related Pull Requests

  • N/A

Changes

  • Scroll to avoid header when shift-selecting editable grid rows
  • Click no-op option to close page size menu

@labkey-tchad labkey-tchad merged commit 06681d7 into release25.8-SNAPSHOT Aug 9, 2025
8 checks passed
@labkey-tchad labkey-tchad deleted the 25.8_fb_bigEditableGridAgain branch August 9, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants